projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3705825
)
(Fset_process_query_on_exit_flag): Mention killing
author
Juri Linkov
<juri@jurta.org>
Sat, 18 Jul 2009 21:06:45 +0000
(21:06 +0000)
committer
Juri Linkov
<juri@jurta.org>
Sat, 18 Jul 2009 21:06:45 +0000
(21:06 +0000)
a buffer in docstring.
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 058e20be03b4632fb9b1fa78441ab65407e06b9b..5b8a940b183d491f46add94bcf021f4d4fef4eed 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-1133,7
+1133,7
@@
DEFUN ("set-process-query-on-exit-flag",
2, 2, 0,
doc: /* Specify if query is needed for PROCESS when Emacs is exited.
If the second argument FLAG is non-nil, Emacs will query the user before
-exiting if PROCESS is running. */)
+exiting
or killing a buffer
if PROCESS is running. */)
(process, flag)
register Lisp_Object process, flag;
{